home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global md1
- if the castNum of sprite 6 = the number of cast "FSBet" then
- set md1 to the duration of cast the number of cast "FBBet" - 3
- set the castNum of sprite 6 to the number of cast "FBBet"
- else
- set the castNum of sprite 6 to the castNum of sprite 6 + 1
- set md1 to the duration of cast the castNum of sprite 6 - 3
- end if
- end
-